home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Herois / herois.dir / 00011.ls < prev    next >
Encoding:
Text File  |  1999-04-26  |  95 b   |  10 lines

  1. on keyDown
  2.   if the key = "q" then
  3.     go("quitit")
  4.   end if
  5. end
  6.  
  7. on mouseDown
  8.   go(#next)
  9. end
  10.